projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575b5b9
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 02:10:57 +0000
(
02:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 02:10:57 +0000
(
02:10
+0000)
lispref/variables.texi
patch
|
blob
|
history
diff --git
a/lispref/variables.texi
b/lispref/variables.texi
index a7fbb56e5902086117273e21fca820c19a563036..cc69742be50904091a6456c374c95779e6911be3 100644
(file)
--- a/
lispref/variables.texi
+++ b/
lispref/variables.texi
@@
-1067,6
+1067,11
@@
foo
@result{} 5
@end group
@end example
+
+Making a variable buffer-local within a @code{let}-binding for that
+variable does not work. This is because @code{let} does not distinguish
+between different kinds of bindings; it knows only which variable the
+binding was made for.
@end deffn
@deffn Command make-variable-buffer-local variable